PHP 클래스 tad\WPBrowser\Extension\Symlinker

상속: extends Codeception\Extension
파일 보기 프로젝트 열기: lucatume/wp-browser

공개 프로퍼티들

프로퍼티 타입 설명
$events

보호된 프로퍼티들

프로퍼티 타입 설명
$destination string
$required array

공개 메소드들

메소드 설명
__construct ( $config, $options, tad\WPBrowser\Filesystem\Filesystem $filesystem = null )
_initialize ( )
symlink ( Codeception\Event\SuiteEvent $e )
unlink ( Codeception\Event\SuiteEvent $e )

보호된 메소드들

메소드 설명
checkRequirements ( )
checkSingleDestination ( $destination )
getDestination ( $rootFolder, array $settings = null ) : array | mixed | string
getRootFolder ( ) : string

비공개 메소드들

메소드 설명
checkRootFolder ( $rootFolder )

메소드 상세

__construct() 공개 메소드

public __construct ( $config, $options, tad\WPBrowser\Filesystem\Filesystem $filesystem = null )
$filesystem tad\WPBrowser\Filesystem\Filesystem

_initialize() 공개 메소드

public _initialize ( )

checkRequirements() 보호된 메소드

protected checkRequirements ( )

checkSingleDestination() 보호된 메소드

protected checkSingleDestination ( $destination )
$destination

getDestination() 보호된 메소드

protected getDestination ( $rootFolder, array $settings = null ) : array | mixed | string
$rootFolder
$settings array
리턴 array | mixed | string

getRootFolder() 보호된 메소드

protected getRootFolder ( ) : string
리턴 string

프로퍼티 상세

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

protected string $destination
리턴 string

$events 공개적으로 정적으로 프로퍼티

public static $events

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

protected array $required
리턴 array