PHP 클래스 Horde_Pear_Package_Task_UpdateContents, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
상속: implements Horde_Pear_Package_Task
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( Horde_Pear_Package_Xml $xml, Horde_Pear_Package_Contents $content = null, array $options = [] ) Constructor.
run ( ) : null Execute the task.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Pear_Package_Xml $xml, Horde_Pear_Package_Contents $content = null, array $options = [] )
$xml Horde_Pear_Package_Xml The package.xml file to operate on.
$content Horde_Pear_Package_Contents The content list.
$options array Additional options.

run() 공개 메소드

Execute the task.
public run ( ) : null
리턴 null