Вход Регистрация
Файл: plugins/photo/components/create_album.php
Строк: 12
<?php

class PHOTO_CMP_CreateAlbum extends PEEP_Component
{
    public function 
__construct$fromAlbum$photoIdList )
    {
        
parent::__construct();
        
        
$form = new PHOTO_CLASS_AlbumAddForm();
        
$form->getElement('from-album')->setValue($fromAlbum);
        
$form->getElement('photos')->setValue($photoIdList);
        
$this->addForm($form);
    }
}
Онлайн: 1
Реклама