PHP 클래스 PartKeepr\MimetypeIconsBundle\Services\MimetypeIconService

상속: extends Symfony\Component\DependencyInjection\ContainerAware
파일 보기 프로젝트 열기: partkeepr/PartKeepr

보호된 프로퍼티들

프로퍼티 타입 설명
$container Symfony\Component\DependencyInjection\Container

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\Container $container )
getMimetypeIcon ( string $mimetype ) : string Returns the file path to an image file which represents the passed mimetype.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\Container $container )
$container Symfony\Component\DependencyInjection\Container

getMimetypeIcon() 공개 메소드

Returns the file path to an image file which represents the passed mimetype.
public getMimetypeIcon ( string $mimetype ) : string
$mimetype string The mimetype
리턴 string A path to the mimetype icon

프로퍼티 상세

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

protected Container,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\Container