PHP 클래스 Sonata\ProductBundle\Model\DoctrineModelManager

상속: extends Sonata\DoctrineORMAdminBundle\Model\ModelManager
파일 보기 프로젝트 열기: sonata-project/ecommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$pool Sonata\Component\Product\Pool

공개 메소드들

메소드 설명
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, Pool $pool )
create ( $object )
delete ( $object )
update ( $object )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, Pool $pool )
$registry Symfony\Bridge\Doctrine\RegistryInterface
$pool Sonata\Component\Product\Pool

create() 공개 메소드

public create ( $object )

delete() 공개 메소드

public delete ( $object )

update() 공개 메소드

public update ( $object )

프로퍼티 상세

$pool 보호되어 있는 프로퍼티

protected Pool,Sonata\Component\Product $pool
리턴 Sonata\Component\Product\Pool