PHP 클래스 SassFunctionDefinitionNode

Represents a Function definition.
상속: extends SassNode
파일 보기 프로젝트 열기: richthegeek/phpsass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$parent

공개 메소드들

메소드 설명
__construct ( object $token ) : SassFunctionDefinitionNode SassFunctionDefinitionNode constructor.
execute ( $pcontext, $provided ) : was Evalutes the function in the given context, with the provided arguments
getArgs ( ) : array Returns the arguments with default values for this function
isa ( object $token ) : boolean Returns a value indicating if the token represents this type of node.
parse ( SassContext $context ) : array Parse this node.

메소드 상세

__construct() 공개 메소드

SassFunctionDefinitionNode constructor.
public __construct ( object $token ) : SassFunctionDefinitionNode
$token object source token
리턴 SassFunctionDefinitionNode

execute() 공개 메소드

Evalutes the function in the given context, with the provided arguments
public execute ( $pcontext, $provided ) : was
리턴 was

getArgs() 공개 메소드

Returns the arguments with default values for this function
public getArgs ( ) : array
리턴 array the arguments with default values for this function

isa() 공개 정적인 메소드

Returns a value indicating if the token represents this type of node.
public static isa ( object $token ) : boolean
$token object token
리턴 boolean true if the token represents this type of node, false if not

parse() 공개 메소드

Add this function to the current context.
public parse ( SassContext $context ) : array
$context SassContext the context in which this node is parsed
리턴 array the parsed node - an empty array

프로퍼티 상세

$parent 공개적으로 프로퍼티

public $parent