PartKeepr\PartBundle\Entity\PartAttachment::__construct PHP Метод

__construct() публичный Метод

Creates a new part attachment.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->setType('PartAttachment');
        $this->isImage = null;
    }