PHP 클래스 app\helpers\featuresHelper

파일 보기 프로젝트 열기: ant-vel/antVel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
callFunctions ( $name )
getFeatures ( [boolean] $array = true ) : array | collection get all features.
group ( $group )
makeSelectColor ( )
oldFeatures ( [array] $productFeatures ) : array organize old data for the product form.
setFeatures ( [collection] $features ) : void set all features.
validateFeatures ( [array] $data ) : [string | array] validate product feature, as specified in the table of product details.

비공개 메소드들

메소드 설명
validationMessagesFeatures ( [string] $rules, [string] $index, [string] $name ) : [array] create the error message by taking the name feature, and validation rules.

메소드 상세

__construct() 공개 메소드

public __construct ( )

callFunctions() 공개 메소드

public callFunctions ( $name )

getFeatures() 공개 메소드

@param [boolean] $array returns features array or collection
public getFeatures ( [boolean] $array = true ) : array | collection
$array [boolean]
리턴 array | collection

group() 공개 메소드

public group ( $group )

makeSelectColor() 공개 메소드

public makeSelectColor ( )

oldFeatures() 공개 메소드

@param [array] $productFeatures old product features or empty array
public oldFeatures ( [array] $productFeatures ) : array
$productFeatures [array]
리턴 array

setFeatures() 공개 메소드

@param [collection] $features all features
public setFeatures ( [collection] $features ) : void
$features [collection]
리턴 void

validateFeatures() 공개 메소드

validate product feature, as specified in the table of product details.
public validateFeatures ( [array] $data ) : [string | array]
$data [array]
리턴 [string | array]