PHP 트레잇 Airship\Engine\Bolt\Slug

Put common methods for slug generation here.
파일 보기 프로젝트 열기: paragonie/airship

보호된 메소드들

메소드 설명
makeGenericSlug ( string $title, string $table, string $column = 'slug' ) : string Make a generic slug for most tables

메소드 상세

makeGenericSlug() 보호된 메소드

Make a generic slug for most tables
protected makeGenericSlug ( string $title, string $table, string $column = 'slug' ) : string
$title string What are we basing the URL off of?
$table string Which table to check for duplicates?
$column string Which column to check for duplicates?
리턴 string