MessageController::add PHP 메소드

add() 공개 메소드

Form to create a new message.
부터: 2.0.0
public add ( )
    public function add()
    {
        $this->permission('Garden.Community.Manage');
        // Use the edit form with no MessageID specified.
        $this->View = 'Edit';
        $this->edit();
    }