src/Company/BaseBundle/Entity/Document.php
changeset 24 57ff6d39f88c
parent 18 c85b9d1ddf19
child 61 9f427e7c88f9
equal deleted inserted replaced
23:6b24cd6b51c5 24:57ff6d39f88c
    26      * @var string $title
    26      * @var string $title
    27      *
    27      *
    28      * @ORM\Column(name="title", type="string", length=255)
    28      * @ORM\Column(name="title", type="string", length=255)
    29      */
    29      */
    30     private $title;
    30     private $title;
    31 
    31     
       
    32     
    32     /**
    33     /**
    33      * @var text $description
    34      * @var text $description
    34      *
    35      *
    35      * @ORM\Column(name="description", type="text")
    36      * @ORM\Column(name="description", type="text")
    36      */
    37      */
    65     public function getTitle()
    66     public function getTitle()
    66     {
    67     {
    67         return $this->title;
    68         return $this->title;
    68     }
    69     }
    69 
    70 
       
    71     
    70     /**
    72     /**
    71      * Set description
    73      * Set description
    72      *
    74      *
    73      * @param text $description
    75      * @param text $description
    74      */
    76      */