Examples\Blog\Schema\ContentBlockUnion::getTypes PHP Метод

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

public getTypes ( )
    public function getTypes()
    {
        return [new PostType(), new BannerType()];
    }
ContentBlockUnion